home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PROGRAMM / CC_C / 0924.ZIP / READ.ME < prev    next >
Text File  |  1988-02-06  |  773b  |  22 lines

  1.  
  2. CONFIGURATION NOTE.
  3.  
  4. SMC application    programs on this disk require ANSI.SYS to be loaded,
  5. and function system() used in SMIO.LIB expects COMMAND.COM to be on disk C.
  6.  
  7. If only    256k memory is available then:      device=ansi.sys
  8. should be included in file CONFIG.SYS on the system initialisation disk,
  9. and the    initialiser *cc    = "C:COMMAND.COM" in SMIO.LIB function system()
  10. should be modified to refer to a drive containing a copy of COMMAND.COM.
  11.  
  12. If sufficient memory is    available it is    suggested that a copy of COMMAND.COM
  13. is loaded to ramdrive by including the following:
  14.  
  15. In CONFIG.SYS:         device=ansi.sys
  16.              device=ramdrive.sys 256  (or as required, in k)
  17.  
  18. In AUTOEXEC.BAT:     copy command.com c: >nul
  19.              set  comspec=c:\command.com
  20.  
  21. TJMC.
  22.